home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1536.ZIP / PC.BAT < prev    next >
DOS Batch File  |  1989-03-11  |  2KB  |  57 lines

  1. echo off
  2. rem PC.BAT
  3. rem
  4. rem              Zenith Z-181 laptop 2x3.5" drive version
  5. rem                       by Prof. Timo Salmi
  6. rem
  7. rem      P.O. BOX 297, University of Vaasa, SF-65101 Vaasa, Finland
  8. rem
  9. rem  The purpose of this batch is to load a memory resident Scandinavian
  10. rem  keyboard driver for the duration of using Procomm Plus. To use this
  11. rem  batch you need
  12. rem    1) Procomm Plus in the default directory (here A:\)
  13. rem    2) A Scandinavian keyboard driver in B:\
  14. rem       (e.g. 7H.COM or FINFONT.COM or 7DOS.COM etc)
  15. rem    3) A system for managing memory resident programs in B:\
  16. rem       (here MARK.COM and RELEASE.EXE from TSR25.ARC)
  17. rem
  18. rem  You should have the following entries in an active translation table
  19. rem  in Procomm Plus: 91:142 92:153 93:143 123:132 124:148 125:134
  20. rem  The translation table is invoked by Alt-W in Procomm Plus.
  21. rem
  22. rem  If you are going to upload messages, you should first convert the
  23. rem  Scandinavian characters of the message as follows Ä[ Ö\ Å] ä{ ö: å}
  24. rem  This is easily done with any good editor or TOASC.EXE from
  25. rem  TSFILTxx.ARC.  (Any other solutions are solicited!)
  26. rem
  27. rem  This batch has been tested on a Zenith Z-181 laptop with two 3.5"
  28. rem  disk drives. It can easily be customized for other environments, as well.
  29.  
  30. echo ***********************************************************
  31. echo * Boot keyboard driver and PCPLUS by Timo Salmi 11-Mar-89 *
  32. echo ***********************************************************
  33. echo .
  34.  
  35. echo .
  36. rem  If mark.com, 7h.com and release.exe are on a disk called BUTILS
  37. echo Put the disk BUTILS in drive B:
  38. echo .
  39. pause
  40.  
  41. echo on
  42. b:\mark
  43. b:\7h
  44. pcplus %1 %2 %3
  45.  
  46. echo off
  47. echo .
  48. echo Put the disk BUTILS in drive B:
  49. echo .
  50. pause
  51. b:\release
  52.  
  53. echo ******************************
  54. echo * Bye from Timo Salmi PC.BAT *
  55. echo ******************************
  56. echo on
  57.